ci/rpmostree: Bump to 2019.1
authorColin Walters <walters@verbum.org>
Thu, 24 Jan 2019 10:37:46 +0000 (11:37 +0100)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 1 Mar 2019 16:41:09 +0000 (16:41 +0000)
Should fix the issue that CI broke due to libsolv not being sync'd.

Closes: #1806
Approved by: jlebon

ci/rpmostree.sh

index 85425c3d235afd347ca48fed7f147b6494550b61..9a16297230145f8a734005b0fa8ec5b79c874870 100755 (executable)
@@ -6,7 +6,7 @@ set -xeuo pipefail
 # Frozen to a tag for now to help predictability; it's
 # also useful to test building *older* versions since
 # that must work.
-RPMOSTREE_TAG=v2018.8
+RPMOSTREE_TAG=v2019.1
 
 dn=$(dirname $0)
 . ${dn}/libpaprci/libbuild.sh